func regexp/syntax.parse

2 uses

	regexp/syntax (current package)
		parse.go#L891: 	return parse(s, flags)
		parse.go#L894: func parse(s string, flags Flags) (_ *Regexp, err error) {